home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / blitz145.arc / BLITZ_HD.TXT < prev    next >
Text File  |  1992-12-13  |  19KB  |  362 lines

  1.               Blitzschnell Hard Drive Defragmenter and Optimizer
  2.                            Version 1.44 Beta Release
  3.                       Programmed by Erin Matthew Monaco
  4.                                October 27, 1992
  5.  
  6.  
  7. Written in 100% assembly language Blitzschnell is compact and offers the speed
  8. not found in high level languages.  This program is SHAREware. If you like it
  9. I ask that you send a check or money order for $15 + $3 s/h to;
  10.  
  11. Mr. Erin Monaco
  12. 35244 Chestnut
  13. Wayne, MI  48184
  14.  
  15. Since this is a Beta release I would appreciate all comments or suggestions. 
  16. Please feel free to write or call me at (313)-485-2818.  My address on GEnie
  17. is E.MONACO.
  18.  
  19.  
  20. DISCLAIMER:  Neither the author nor Databasement assume any responsibility for
  21. loss or damage to hardware, software, or data as a result of the use or misuse
  22. of this product.
  23.  
  24. This program offers a unique visual perspective of your drives data. The
  25. program is designed primarily for hard drives.  While it can be used on other
  26. mediums providing it can identify the FAT format, it is not intended nor
  27. recommended that you use this program where physical copy protection is
  28. present. (ie, commercial games)  Acc's may be used in conjuction with this
  29. program, some you may find helpful are a calculator, disk utilities that give
  30. you the ability to copy, move or delete files, and EdHak (by Clear Thinking).
  31. A word of caution however, since Blitzschnell stores the FAT and all directory
  32. sectors in memory, if you make a change to the device you have currently
  33. mapped you will have to refresh Blitz's buffers.  You can do this by selecting
  34. the logical drive again, if all goes well you will have to "Map" as well.  If
  35. you have any problems running the program, try disabling auto programs and
  36. acc's one by one till you track down the problem.
  37.  
  38. This manual is intended to give a brief overview of the commands along with
  39. some useful information as well as an update history.
  40.  
  41. Some terms that you will frequently run across are as follows;
  42.  
  43. FAT- Stands for file allocation table. The ST maintains 2 FAT's in the event
  44. that one becomes scrambled or damaged.  The purpose of the FAT is to provide
  45. the OS with a means to determine which clusters are used, bad or free, and to
  46. which clusters belong to the same file.
  47.  
  48. CLUSTER- A cluster consists of two sectors grouped together. Each cluster has
  49. its own entry in the FAT. The reason for this is to save drive space, if each
  50. sector had its own entry in the FAT each FAT would be twice as big!
  51.  
  52. Sector- A sector is a logical grouping of 512 bytes.  Sectors enable a drives
  53. data to be accessed more quickly and in any order.
  54.  
  55.  
  56. MENU COMMANDS:
  57.  
  58. "About Program" - Brings up a credit dialog.
  59. "Select" - Allows you to select a new drive to work on.
  60. "Map" - Visually maps drive to work window.
  61. "Toggle Fat" - Allows you to switch between the two FAT's.
  62. "Info" - displays info from boot sector and bios parameter block.
  63. "Trace" - allows selection of single files.
  64. "Quit" - exits program and returns you to the desktop.
  65. "Move" - allows selected "highlighted" clusters to be moved.
  66. "Reserve" - allows you to mark clusters so the OS won't use them.
  67. "Free" - allows you to free clusters entries.
  68. "Zero" - allows you to zero actual cluster contents.
  69. "Warnings" - Can turn most warning alerts on or off.
  70. "Short View" - Toggles between Blitz's two viewing modes.
  71.  
  72. Most menu items have keyboard equivalents. "^" means to hold down the control
  73. key while pressing the command key.  These commands are not available from the
  74. menu;
  75. ^C - will compare both FAT's and check for illegal values.
  76. (These last three commands are disabled in the unregistered version!)
  77. ^H - will optimize all the directories of a partition or disk.
  78. ^K - will consolidate all used clusters together (with no defragmenting).
  79. ^D - will defragment your partition or disk.
  80.  
  81. WINDOW INFO LINES:
  82.  
  83. The drive currently buffered will be displayed in the windows title line.
  84. The info line will display number of clusters that are, Used, Free, Reserved,
  85. Bad, first cluster at top of work window and number of selected "highlighted"
  86. clusters. Once you have "Map"'ed a drive the work window should fill up with
  87. boxes that contain either single letters or up to three. Each box represents
  88. a cluster. Cluster numbering begins at two since the OS uses the clusters
  89. zero and one for format. Clicking on a cluster with the right mouse button
  90. will display a new info line containing the name of the file (if any) its
  91. first cluster, the cluster your currently on, and the next cluster in the file
  92. chain. If the next cluster is "EOF" that means your at the last cluster of
  93. that file. Clicking on a cluster with the left mouse button will select or
  94. deselect the cluster. You can select/deselect multiple clusters by keeping
  95. the button pressed down and moving the mouse over the clusters. Once you
  96. release the button the info line will be updated showing any changes in the
  97. number of clusters selected. When "Move"-ing clusters the info line will
  98. again change asking you to select a destination cluster or cancel. Move will
  99. overwrite all destination clusters! You must be careful not to overwrite parts
  100. of any other file.
  101.  
  102. CLUSTER SYMBOLS:
  103.  
  104. Once a drive has been mapped, boxes will fill the work window, each box
  105. represents a cluster of your drive. "*" means the OS has marked this
  106. cluster as damaged. "Delta" (a triangle) means that either the OS forgot to
  107. free all the clusters of a deleted file, some mishap caused the FAT to be
  108. corrupted or somehow a file got scrambled up and these may be parts of it. 
  109. A blank box indicates that the cluster does not belong to any file present,
  110. not necessarily that it contains no data. In the short viewing mode
  111. (default) "X" simply means the cluster belongs to a file, while in the
  112. extended mode the boxes will be filled with three letters, an combinations
  113. such as "AAA" will all belong to the same file.
  114.  
  115. WORK WINDOW:
  116.  
  117. Provides a powerful but intuitive means to defragment/optimize your drives.
  118. Clusters are represented by boxes which may or may not contain text/symbols.
  119. You have a variety of ways to select clusters at your disposal. To select a
  120. single cluster just left click on the cluster. To select a group you may hold
  121. the left button down as you move the mouse from cluster to cluster, whether or
  122. not a cluster is selected depends upon whether or not the first cluster you
  123. touch was selected or not. You may also select all of a files clusters by
  124. using the "Trace option". The last method is the block method.  Hold down the
  125. control key as you left click on the first cluster you want selected or
  126. deselected then hold down the control key again as you click on the last
  127. cluster. Again whether or not the block is selected or deselected depends on
  128. the first cluster of the block, if you are selecting the first cluster the
  129. whole block will be selected, otherwise the block will be deselected.
  130.  
  131. VERTICAL SCROLL BAR AND ARROWS:
  132.  
  133. The vertical scroll bar can be used to move arbitrary distances through
  134. clusters. Dragging it you can move to any valid cluster. Clicking on it
  135. will page up or down depending on location and clusters available. Clicking
  136. up and down arrows moves the clusters down or up a line respectively.
  137.  
  138. REVISED FILE SELECTOR:
  139.  
  140. The file selector (brought up when you select "Trace") can display hidden
  141. and system files (no limit). The window title will display the root
  142. directory or a parent folder (Only) and it will be updated accordingly. To
  143. move back up a directory chain to the root click anywhere on the window
  144. title. Blitzschnell treats folders like files, they can be traced by
  145. clicking on the folder (which makes it current) then without selecting a
  146. file from the folder click on ok, it will then trace the folder. Drives
  147. can not be changed from the file selector, it just lets you know which
  148. drive you are working on. (This is also displayed in the window title of
  149. the work window). All selected clusters will be cleared, even if you choose
  150. cancel so a newly traced file's clusters will be the ONLY clusters
  151. selected/highlighted. You can